home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Updates, etc.
/
PG PRO⁄PG Lite Demos
/
PG Writer π
/
PG Writer.INCL
< prev
next >
Wrap
Text File
|
1994-03-28
|
1KB
|
24 lines
'===============================================================================
'= Copyright 1992 Staz™ Software, Inc. =
'= All rights reserved =
'= "Project.INCL" from PG:PRO =
'===============================================================================
INCLUDE FILE 1
COMPILE 0,140'4(DBug) +8(STR#) +128(≠Case)
'
GLOBALS "PG PRO.GLBL"'include standard global file
'{PG7} 'PG PRO marker
'{PG8} 'PG PRO marker
GOTO"End Of Project Include"
INCLUDE "@Header.INCL"
'===============================================================================
' Put your application's LOCAL FNs here
'===============================================================================
LOCAL FN dummy
' This function just allows there to be something in the resource fork gWhen
' the include is compiled. You can remove it after you have added any other
' local function to the file.
END FN
"End Of Project Include"